home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
demos
/
pitdemo.dir
/
00002.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-13
|
237 b
|
19 lines
on enterFrame
if rollOver(10) then
go("exit")
end if
if rollOver(11) then
go("play")
end if
if rollOver(12) then
go("more")
end if
if rollOver(17) then
go("Q")
end if
end
on exitFrame
go(the frame)
end